Window Animation
Description
Properties for configuring the animation effects of a Window container.
Discussion
These properties allow you to define the visual transitions and animations that occur when a Window container opens, closes, or changes state.
- Name
- Description
- Animation
Specify if the window should be animated when it is shown or hidden. Not: If the window contains an IFrame, which in turn contains a PDF viewer, animation may not work well and should not be used.
- Hide animation style
Select the animation method to use when the window is closed. Fade and Slide use methods in jQuery core. Other options require jQueryUI.
- Show animation speed
Specify the animation speed. You can select a pre-defined option (slow = 600 milliseconds, fast = 200 milliseconds), or you can enter an explicit value in milliseconds.
- Show animation style
Select the animation method to use when the window is shown. Fade and Slide use methods in jQuery core. Other options require jQueryUI.